[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  GET_BAUD

  .  Summary

  get_baud();

  .  Description

  The get_baud function returns an integer value which is the current
  baud rate in use on the current communications port (300 through
  115200).

  .  Return Value

  As described above.

  .  Example

  prints("The current baud rate is ");
  printn(get_baud());
  prints("");

See Also: get_parity get_datab get_stopb get_port baud and BPS
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson